Resolve Bank Account
Get/Validate A Specific Account Number and Bank Code with its details i.e the account name.
Headers
authorization |
|
---|
Query Parameters
accountNumber | This is the account number you want to get/validate. |
---|---|
bankCode String | This is the bank code of the account number on our system gotten from the Fetch All Banks Endpoint |
currency String | Select the currency for the payment charge. This is in our supported currency which is currently only NGN. Please note that only NGN accounts works with resolve bank accounts. |
Sample Response:
200 OK
{
"accountNumber": "1255730890",
"accountName": "SPOTFLOW/Joel Finney"
}